home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Graphics Plus
/
Graphics Plus.iso
/
msdos
/
fractal
/
iterat31
/
tansec.frm
< prev
next >
Wrap
Text File
|
1993-09-09
|
204b
|
23 lines
;Iterate! formula file
;by Brent Hugh
;parameter and window defaults
a=.5
b=.5
c=1
d=1
mu=0
xmin=-20
xmax=20
ymin=-20
ymax=20
;the function
x=c*x+a*tan(y)
y=d*y+b*sec(x)